home *** CD-ROM | disk | FTP | other *** search
/ .net (Turkey) 1998 March / .net Internet Dergisi - CD 5.iso / mac / NETCD41.dir / 00016_Script_16 < prev    next >
Text File  |  1997-12-11  |  169b  |  10 lines

  1. on enterFrame
  2.   set handCursor to [5,6]
  3.  
  4.   set the cursor of sprite 6 to handCursor
  5.   set the cursor of sprite 7 to handCursor
  6.  
  7.  
  8. on exitFrame
  9.   go the frame
  10. end